type crypto/internal/hpke.uint128

7 uses

	crypto/internal/hpke (current package)
		hpke.go#L140: 	seqNum uint128
		hpke.go#L337: type uint128 struct {
		hpke.go#L341: func (u uint128) addOne() uint128 {
		hpke.go#L343: 	return uint128{u.hi + carry, lo}
		hpke.go#L346: func (u uint128) bitLen() int {
		hpke.go#L350: func (u uint128) bytes() []byte {